home *** CD-ROM | disk | FTP | other *** search
- object ViewInfos: TViewInfos
- Left = 428
- Top = 138
- BorderIcons = [biSystemMenu]
- BorderStyle = bsSingle
- Caption = 'View Infos'
- ClientHeight = 254
- ClientWidth = 217
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnHide = FormHide
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Memo1: TMemo
- Left = 8
- Top = 8
- Width = 201
- Height = 209
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- ScrollBars = ssVertical
- TabOrder = 0
- end
- object Button1: TButton
- Left = 72
- Top = 224
- Width = 75
- Height = 25
- Caption = '&Ok'
- TabOrder = 1
- OnClick = Button1Click
- end
- end
-